Welcome![Sign In][Sign Up]
Location:
Search - windows UDP socket

Search list

[Internet-Networksocket

Description: 用C++实现windows的socket,利用tcp连接服务器并传送数据包后,再用udp接收数据包
Platform: | Size: 1939626 | Author: 肖康 | Hits:

[Internet-Networkwindows socket编程

Description: 首先Server程序创建两个socket: 分别为 TCP socket(使用命令行参数指定端口号) UDP socket(UDP端口号自定义,使用宏定义写在程序里,必须大于1024)。 server端在这两个端口上侦听连接,接受来自客户端的服务请求。
Platform: | Size: 27503 | Author: rita552129 | Hits:

[Windows DevelopTCPIP Socket编程实例

Description: Socket编程示例-Socket Programming Example
Platform: | Size: 13312 | Author: 保镖 | Hits:

[Windows Develop传输2006

Description: 1.本实验要求利用微软的socket编程一段程序,可以利用TCP协议或者UDP协议,实现文件传输。-1. This experiment required the use of Microsoft's socket programming section of procedures, we can use TCP or UDP, transfer files.
Platform: | Size: 30720 | Author: 刘杰 | Hits:

[Internet-Networksocket_wonder111

Description: windows下的socket编程,例子,可以发送tcp,udp报等,适合于初学者看看,里面共有server和client的详细实现-windows under the socket programming, for example, can send tcp, udp reported, suitable for beginners look at the total inside the server and client to achieve detailed
Platform: | Size: 2512896 | Author: 如果能 | Hits:

[VC/MFCsocket_program_guide

Description: 1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Windows Sockets:带存档的套接字的工作方式 3.4 流式套接字通信的操作顺序 3.5 使用 CAsyncSocket 类 3.6 从套接字类派生 3.7 套接字通知 3.8 一个使用CSocket类的网络通信实例 3.8.1 服务器端应用程序设计(ServerDemo) 3.8.2 客户端应用程序设计(项目名称ClientDemo) 4.套接字的托管实现 4.1 System::Net::Sockets 命名空间 4.2 实例:一个新邮件检查器 -1. Socket Programming Principle 1.1 Client/server communications model Soc Windows 1.2 kets norms 1.3 Socket socket definition 1.3.1 1.3.3 1.3.2 classification socket role 1.3.4 1.3.5 addresses and port interface attributes two sets. Basic programming Windows Sockets API function commonly used 2.1 2.2 2.3 TCP example UDP Socket Communications examples 2.4 blocked three solutions. MFC Socket Programming under the category of Class 3.2 3.1 CAsyncSocket CSocke t Windows Sockets 3.3 categories : filing with the way socket 340 socket communication flow sequence of operation to use 3.5 CAsyncSo cket category 3.6 derived from the socket type 3.8 3.7 socket notice the use of a network of CSocket Communication Liaison example 3.8.1 server application design (ServerDemo) 3.8.2 client Application D
Platform: | Size: 173056 | Author: gong | Hits:

[Internet-NetworkSockUDP

Description: windows socket UDP编程源码,vc6.0编译通过-windows socket UDP source programming, vc6.0 compiled through
Platform: | Size: 52224 | Author: jiangchunhua | Hits:

[TCP/IP stackNetwork

Description: 该程序利用MFC 实现WINDOWS下的SOCKET 编程,包括了TCP以及UDP 的不同连接方式-The program using MFC under WINDOWS realize SOCKET programming, including TCP and UDP connections of different
Platform: | Size: 36864 | Author: sunsee | Hits:

[Internet-Networksocket

Description: example for windows socket UDP.
Platform: | Size: 65536 | Author: boris anderson | Hits:

[CommunicationUDP

Description: windows socket服务端,客户端通信工具的设计-windows socket server, the client communication tools designed
Platform: | Size: 19456 | Author: 猪猪 | Hits:

[Windows DevelopUDP

Description: 基于UDP的简单收发演示,使用Windows API socket编程-The easy to send and receive UDP-based demonstration of the use of Windows API socket programming
Platform: | Size: 67584 | Author: Yang | Hits:

[CommunicationIPCSocket

Description: Windows IPC socket program (tcp/udp) (server/client)
Platform: | Size: 11968512 | Author: dany k jeon | Hits:

[TCP/IP stackUDP_Winsock

Description: a simple UDP socket connection using windows socket library (WS2_32.lib).
Platform: | Size: 7907328 | Author: ariesooi | Hits:

[Linux-Unixsocket.tar

Description: socket 分别以tcp,udp两种方式通信的代码。 同一套代码,依靠不同的makefile文件,分别编译出在windows环境、linux环境、Android环境下的执行文件。-socket respectively tcp, udp communication code in two ways. The same set of code, relying on a different makefile files, respectively, lies in the windows environment to compile, linux environment, Android environment execute the file.
Platform: | Size: 4096 | Author: 孙涛 | Hits:

[CSharpudp

Description: it is about socket programming in client side in windows.
Platform: | Size: 36864 | Author: saeid zamani | Hits:

[TCP/IP stackwindows-Udp-socket

Description: Windows下的socket编程源码,完整的工程,编译通过,无需更改即可使用-Socket programming under Windows source code, complete the project, compile, you can use without having to change
Platform: | Size: 1201152 | Author: 曹乐 | Hits:

[Internet-NetworkUDP-SOCKET

Description: windows udp编程的方法及注意要点,里面内有程序demo-UDP SOCKET
Platform: | Size: 7168 | Author: sonc | Hits:

[Windows DevelopTCP-UDP-Socket

Description: Windows下基于TCP和UDP的Socket编程,分别有服务端和客户端,好用。-TCP&UDP Socket Coding
Platform: | Size: 4096 | Author: 田海海 | Hits:

[Internet-Network基于网络的udp通讯发送端和接收端

Description: 基于windows的Socket网络编程,使用Udp通讯 里面有发送端,和接收端其中一台电脑启动发送端,另一台电脑启动接收端,能实现互相发送信息双方都能查看并接收对方发出的信息的功能。(Socket network programming based on windows, using Udp communication inside the sending end and the receiving end, in which a computer start sending end, another computer start receiving end, can send messages to each other both sides can see and receive the message function.)
Platform: | Size: 3092480 | Author: 阳光小鹏 | Hits:

[Windows Developethnet udp tcp

Description: Windows TCP UDP SERVER CLIENT 套接字通信程序。(Windows TCP UDP SERVER CLIENT SOCKET communication code)
Platform: | Size: 63488 | Author: Losserry | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net